From 7fdde8e1ebf48e3e47cc04e3618d4acbdd098348 Mon Sep 17 00:00:00 2001 From: Brian Cobb Date: Wed, 2 Jul 2014 08:54:46 -0500 Subject: [PATCH] README uses "its" instead of "it's" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462f33a01..e71d4ae6e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Learn more at http://crates.io/. ## Compiling cargo -You'll want to clone cargo using --recursive on git, to clone in it's submodule +You'll want to clone cargo using --recursive on git, to clone in its submodule dependencies. ``` $ git clone --recursive https://github.com/rust-lang/cargo -- 2.30.2